Skip to content

Allow FindFirstFunctions v3#126

Merged
ChrisRackauckas merged 1 commit into
JuliaComputing:mainfrom
ChrisRackauckas-Claude:fff-v3-compat
Jul 6, 2026
Merged

Allow FindFirstFunctions v3#126
ChrisRackauckas merged 1 commit into
JuliaComputing:mainfrom
ChrisRackauckas-Claude:fff-v3-compat

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown

StateSelection imports a single name from FindFirstFunctions — findfirstequal — which is unchanged in v3, but the compat entry ("1.2.0, 2") predates the v3 release and excludes it. This blocks co-installation with packages requiring FindFirstFunctions 3 (e.g. DataInterpolations 9, and SciML/OrdinaryDiffEq.jl#3826 whose sublibrary CI fails on exactly this resolver conflict through the ModelingToolkit → StateSelection edge).

One-line compat widen + patch bump (1.10.2 → 1.10.3). Test suite verified locally with FindFirstFunctions pinned to 3.0.1: all passing.

Opened on behalf of @ChrisRackauckas.

🤖 Generated with Claude Code

https://claude.ai/code/session_018uzZhKZV2ameiUL8ouYknd

StateSelection imports a single name from FindFirstFunctions
(findfirstequal), which is unchanged in v3, but the compat entry
predates the v3 release and excludes it. This blocks co-installation
with packages requiring FindFirstFunctions 3 (e.g. DataInterpolations 9
and the pending OrdinaryDiffEqCore FindFirstFunctions consolidation,
SciML/OrdinaryDiffEq.jl#3826, whose sublibrary CI fails on exactly this
conflict through the ModelingToolkit -> StateSelection edge).

Test suite verified locally with FindFirstFunctions pinned to 3.0.1:
all passing.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review July 6, 2026 00:36
@ChrisRackauckas ChrisRackauckas merged commit 669176a into JuliaComputing:main Jul 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants